<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*::-webkit-scrollbar {
  width: 0.25em;
}

*::-webkit-scrollbar-thumb {
  background-color: #615CA9;
}

#container .Wrapper {
  margin-top: 0;
}

.Header {
  position: absolute;
  margin-top: 115px;
  z-index: 10;
  width: 100%;
  background-image: none !important;
  height: 40px !important;
  background-color: #615Ca9 !important;
  top: 85px;
}

h1 {
 color: #615CA9 !important;
 font-size: 120%;
}

h2 {
 font-size: 115%;
 color: #84B941 !important;

}

h3 {
 font-size: 110%;
 color: #2e2e2e !important;
 text-shadow: none;
 
}

.Header .homeLink {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative !important;
  z-index: -1 !important;
}

a:visited {
	color: inherit;
}

h3 a:visited {
	color: #0072c6;
}

p a:visited {
	color: #0072c6; 
}

.mainMenu,
.mainMenu&gt;ul {
  width: 100% !important;
  color: #fff;
  position: absolute
}

.mainMenu&gt;ul&gt;li.static {
  padding: 0;
  height: 40px !important;
}

#zz1_TopNavigationMenu a {
  display: inline-block !important;
  margin:6px !important;
}

.mainMenu&gt;ul&gt;li.static ul.level3.dynamic {
  max-height: calc(100vh - 230px);
  position: absolute;
  top: 40px !important;
  background-color: #615CA9 !important;
}

.Header .topRight {
  margin-top: -10.2em;
  background-color: #9A6126 !important;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  height: 20px;
}

.accountMenu, .searchBox {
  position: relative;
  right: -175px;
  background-color: #84B941;
  height: 40px;
}

.accountMenu a {
  padding-right:10px
}

.banner {
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 1.5%;
}

/*.breadcrumb {
  background-image: url("/Style Library/images/ph20.jpg");
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  border-radius: 0;
  overflow: visible !important;
  border: none !important;
  margin-top: 14px !important;
  height: 0px !important;
  padding-top: 10em;
  cursor: pointer !important;
  background-position: center;
}

.breadcrumb a,
.breadcrumb a:after {
  visibility: hidden !important
}*/

.Footer .upperFooter, .Footer .lowerFooter {
  background-color: #615CA9 !important;
}

#boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: .5em;
  min-height: 225px;
  border-radius: 10px;
  padding: 20px;
  min-width: 300px;
}

.box.Left, .box.Right {
  background-color: #CAE3B0
}

.box.Middle {
  background-color: #BFA6E2
}

.btn {
  margin: 0 1em !important;
}
.btn, a span.ms-rteStyle-LinkButton {
  background-color: #9A6126 !important;
}

.btn:hover, a:hover span.ms-rteStyle-LinkButton {
  background-color: #615CA9 !important;
}

.btn:hover a:hover {
	color: white !important;
}

a.btn, a.btn:hover, a.btn:visited {
	color: #fff !important;
}


a:hover {
  color: #9A6126;
}

a:before {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}
.mainMenu, .mainMenu&gt;ul, .navHeader {
  background-color: #615CA9 !important;
}
#smShare {
  margin-top:40px
}
.shareIcon {
  fill: #615CA9
}

 .meetingRotator, .meetingRotatorImg {
    max-height: 329px !important;
  }
  
  .meetingLogo, .meetingLogoImg {
    max-height: 140px !important;
    background-color: #fff !important;
  }
  
  
@media screen and (max-width: 775px) {
	
	.Header .topRight {
	   margin-top: -15.2em;
    }
    
    img.bannerRight {
	   display: none;
     }
	
}


@media screen and (max-width: 500px) {
	
	.banner {
		background-size: 90%;
		background-position: center;
		margin-top: 10.5%;
	}
}

@media screen and (max-width: 480px) {
    
  .meetingRotator, .meetingRotatorImg {
    max-height: 120px !important;
  }
  
    .meetingLogo, .meetingLogoImg {
    max-height: 70px !important;
    background-color: #fff !important;
  }

  
  
  .Header .hamburger {
    background-color: #615CA9;
    margin: 0.25em 1em;
    width: 2.75em;
    height: 2.75em;
    padding: 5px
  }
}
</pre></body></html>